ScanDeviceManager ShowDevicePropertyPages

Display a dialog showing device properties with facility to modify the properties and save.

 

public void ShowDevicePropertyPages(string deviceUniqueName, bool OkEnabled)

 

Return value

void  

 

Parameters

string deviceUniqueName The unique name of the device.

 

 

Example

Copy

scanDeviceManager.ShowDevicePropertyPages(GetselectedDeviceUniqueName(), true);